type internal/profile.locationMap

5 uses

	internal/profile (current package)
		graph.go#L342: type locationMap struct {
		graph.go#L347: func (l *locationMap) add(id uint64, n Nodes) {
		graph.go#L355: func (l locationMap) get(id uint64) Nodes {
		graph.go#L366: func CreateNodes(prof *Profile, o *Options) (Nodes, locationMap) {
		graph.go#L367: 	locations := locationMap{make([]Nodes, len(prof.Location)+1), make(map[uint64]Nodes)}